hipreme_engine v1.0.14 (2023-12-23T18:43:10Z)
Dub
Repo
HipAssetUDA
hip
api
data
commons
Use @Asset instead of HipAsset.
struct
HipAssetUDA (
T
) {
string
path
;
static if
(
!(is(T == void))
)
T
function
(
string
data
)
conversionFunction
;
int
start
;
int
end
;
}
Members
Variables
conversionFunction
T
function
(
string
data
)
conversionFunction
;
end
int
end
;
Undocumented in source.
path
string
path
;
Undocumented in source.
start
int
start
;
Undocumented in source.
Meta
Source
See Implementation
hip
api
data
commons
enums
HipAssetResult
functions
Asset
getModulesFromRoot
loadAsset
splitLines
interfaces
IHipAsset
IHipAssetLoadTask
IHipDeferrableText
IHipDeferrableTexture
IHipDeserializable
IHipPreloadable
ILoadable
IReloadable
mixin templates
ForeachAssetInClass
LoadAllAssets
LoadReferencedAssets
PreloadAssets
structs
HipAssetUDA
templates
FilterAsset
GetAssetUDA
Use @Asset instead of HipAsset.